home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / biz / ccard11 / readme < prev    next >
Text File  |  1995-01-28  |  3KB  |  133 lines

  1.  
  2.  
  3.  
  4. readme(ccard)                        readme(ccard)
  5.  
  6.  
  7. NAME
  8.        ccard - credit card number validation
  9.  
  10. DESCRIPTION
  11.        This  program may be used to validate credit card numbers.
  12.        The format is a soubroutine to  do  the    checking,  and    a
  13.        small  main() to    test it    with.  It works    correctly for all
  14.        of my credit cards, no other claims of accuracy are  made!
  15.  
  16.        The  code  should work on must C    comopilers, but    I've only
  17.        tested it on SunOS 4.1.3    cc and gcc-2.6.0.
  18.  
  19. HISTORY
  20.        The original program was    written    in BASIC  and  posted  to
  21.        alt.sources.wanted  in October, 1994.  The original author
  22.        was Chris Stone <cstone@hms.com>.
  23.  
  24.        It  was    then  translated   into      C   by   Peter   Miller
  25.        <pmiller@agso.gov.au>  and posted to alt.sources    later the
  26.        same month.  This program then received more  email  feed-
  27.        back  in     the  first  week  the    the author's more serious
  28.        efforts did in the same time.
  29.  
  30. AUTHORS
  31.        Derived from code by  Chris  Stone  <cstone@hms.com>,  The
  32.        High Mountain Software Internet Gateway.
  33.  
  34.        Translated to C by Peter    Miller,    28-Oct-94.
  35.  
  36.        This source is hereby placed in the Public Domain.  Please
  37.        leave the authors' names    on it, and document all     changes.
  38.  
  39. NO WARRANTY
  40.        BECAUSE    THE  PROGRAM IS    IN THE PUBLIC DOMAIN, THERE IS NO
  41.        WARRANTY    FOR THE     PROGRAM,  TO  THE  EXTENT  PERMITTED  BY
  42.        APPLICABLE  LAW.      EXCEPT WHEN OTHERWISE    STATED IN WRITING
  43.        THE AUTHORS AND/OR OTHER    PARTIES    PROVIDE    THE  PROGRAM  "AS
  44.        IS"  WITHOUT  WARRANTY  OF  ANY    KIND, EITHER EXPRESSED OR
  45.        IMPLIED,    INCLUDING, BUT NOT LIMITED TO, THE  IMPLIED  WAR-
  46.        RANTIES    OF  MERCHANTABILITY  AND FITNESS FOR A PARTICULAR
  47.        PURPOSE.     THE ENTIRE RISK AS TO THE  QUALITY  AND  PERFOR-
  48.        MANCE  OF  THE  PROGRAM    IS  WITH YOU.  SHOULD THE PROGRAM
  49.        PROVE DEFECTIVE,    YOU ASSUME THE COST OF ALL NECESSARY SER-
  50.        VICING, REPAIR OR CORRECTION.
  51.  
  52.        IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR    AGREED TO
  53.        IN WRITING WILL ANY AUTHOR, OR ANY  OTHER  PARTY     WHO  MAY
  54.        MODIFY  AND/OR  REDISTRIBUTE THE    PROGRAM, BE LIABLE TO YOU
  55.        FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
  56.        CONSEQUENTIAL  DAMAGES ARISING OUT OF THE USE OR    INABILITY
  57.        TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO     LOSS  OF
  58.        DATA OR DATA BEING RENDERED INACCURATE OR LOSSES    SUSTAINED
  59.        BY YOU OR THIRD PARTIES OR A FAILURE  OF     THE  PROGRAM  TO
  60.        OPERATE    WITH  ANY OTHER    PROGRAMS), EVEN    IF SUCH    AUTHOR OR
  61.  
  62.  
  63.  
  64.                                 1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. readme(ccard)                        readme(ccard)
  71.  
  72.  
  73.        OTHER PARTY HAS BEEN ADVISED OF THE  POSSIBILITY     OF  SUCH
  74.        DAMAGES.
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.                                 2
  131.  
  132.  
  133.